Skip to content

Fix compatibility issue with [email protected] #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2015

Conversation

asakusuma
Copy link
Contributor

Fixes #7

@@ -44,6 +44,8 @@ function parseOptions(tsconfigPath) {

if (typeof ts.parseConfigFile === 'function') {
parsedConfig = ts.parseConfigFile(rawConfig.config, ts.sys, path.dirname(tsconfigPath));
} else if (typeof ts.parseJsonConfigFileContent === 'function') {
parsedConfig = ts.parseJsonConfigFileContent(rawConfig.config, ts.sys, path.dirname(tsconfigPath));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment just above so we know this is for ~1.7.3?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@asakusuma
Copy link
Contributor Author

Added comment

rwjblue added a commit that referenced this pull request Dec 2, 2015
@rwjblue rwjblue merged commit ce84640 into tildeio:master Dec 2, 2015
@rwjblue
Copy link
Collaborator

rwjblue commented Dec 2, 2015

Released as v0.1.1.

@rwjblue
Copy link
Collaborator

rwjblue commented Dec 2, 2015

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants